@import '../iconfont/iconfont.css';
.wrap {
  width: 88%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.ver > * {
  display: inline-block;
  vertical-align: middle;
}
.hv-scale {
  overflow: hidden;
}
.hv-scale img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.hv-scale:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.c-base {
  color: #3399FF;
}
.bg-base {
  background: #3399FF;
}
.hv:hover {
  color: #3399FF;
}
.line-b {
  border-bottom: 1px solid #e6e6e6;
}
.line-t {
  border-top: 1px solid #e6e6e6;
}
.hv-f:hover {
  color: #fff;
}
.tran3 {
  transition: 0.3s;
}
.table-cell {
  display: table;
  width: 100%;
}
.table-cell > * {
  display: table-cell;
  vertical-align: middle;
}
.row-pv10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-pv10 > * {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.row-pv0 {
  margin-left: 0;
  margin-right: 0;
}
.row-pv0 > * {
  padding-left: 0;
  padding-right: 0;
}
.row-pv12 {
  margin-left: -6px;
  margin-right: -6px;
}
.row-pv12 > * {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}
.row-pv20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-pv20 > * {
  padding-left: 10px;
  padding-right: 10px;
}
.mv0 {
  margin-left: 0!important;
  margin-right: 0!important;
}
.pv0 {
  padding-left: 0!important;
  padding-right: 0!important;
}
.pt0 {
  padding-top: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt0 {
  margin-top: 0!important;
}
.iconfont {
  font-size: inherit;
}
.swiper-container {
  --swiper-theme-color: #3399FF;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.6s !important;
}
.cover-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.cover-box .coverimg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 0.6s ease 0s;
}
.cover-box ._bg {
  width: 100%;
  visibility: hidden;
  display: block;
}
@media (min-width: 993px) {
  .cover-box:hover .cover-tip {
    opacity: 1;
    filter: alpha(opacity=1);
  }
  .cover-box:hover .coverimg {
    transform: scale(1.05, 1.05);
  }
}
.cover-tip {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 0s;
  z-index: 3;
}
.cover-tip .bgbox {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.cover-tip .stit {
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #fff;
}
.cover-tip .stit {
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #fff;
}
.cover-tip .line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  transition: all 0.6s ease 0s;
}
.cover-tip .linet {
  top: 0;
}
.cover-tip .lineb {
  bottom: 0;
}
.cover-tip:hover .line {
  width: 6px;
  margin-left: -3px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.medium {
  font-family: medium;
}
.wrap {
  max-width: 1400px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .wrap {
    width: 88%;
  }
}
body.bg-gray {
  background: #f3f3f3;
}
/* footer s*/
footer {
  background: #f0f0f0;
}
footer .logobox {
  padding-top: 0.4rem;
  margin-bottom: 0.3rem;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
footer .logobox .ic-logo {
  display: block;
  width: 97px;
  height: 73px;
  background: url('../images/logo.png') no-repeat 0 center;
  margin-right: 15px;
  background-size: contain;
}
footer .logobox h1 {
  font-size: 0.22rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #4D4D4D;
}
footer .logobox22 {
  font-size: 0.22rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #4D4D4D;
}
footer .logobox .en {
  font-size: 12px;
}
footer .content {
  padding-bottom: 0.8rem;
}
footer .content h2 {
  font-size: 16px;
  line-height: 1.5;
}
footer .content h2 em {
  display: block;
  color: #3399FF;
}
footer .contactbox {
  line-height: 30px;
}
footer .codebox {
  text-align: center;
}
footer .codebox h2 {
  margin-bottom: 12px;
}
footer .codebox img {
  border: 5px solid #fff;
}
@media (min-width: 993px) {
  footer .codebox {
    float: right;
  }
  footer .contactbox {
    float: left;
    width: 30%;
    margin-right: 10%;
  }
  footer .ftnavs {
    float: left;
    width: 40%;
  }
  footer .ftnavs a {
    color: #999;
  }
  footer .ftnavs a:hover {
    color: #333;
  }
  footer .ftnavs ul {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 993px) and (max-width: 1360px) {
  footer .contactbox {
    margin-right: 5%;
  }
  footer .ftnavs {
    width: 45%;
  }
}
footer .navitem h4 {
  font-size: 14px;
  position: relative;
  margin-bottom: 7px;
}
footer .navitem h4 a {
  color: #333;
}
footer .navitem h4 a:hover {
  color: #3399FF;
}
footer .navitem .icon-jia {
  float: right;
  transition: 0.3s;
  display: none;
  margin-right: 10px;
}
footer .navitem .info a {
  display: block;
  line-height: 30px;
  color: #999;
}
footer .navitem .info a:hover {
  color: #3399FF;
}
footer .ft-bottom {
  padding: 10px 0;
  line-height: 20px;
  background: #000;
  position: relative;
  color: #fff;
  font-size: 12px;
}
footer .ft-bottom a {
  color: #fff;
}
footer .ft-bottom a:hover {
  color: #ccc;
}
footer .ft-bottom .wrap {
  position: relative;
}
@media (min-width: 992px) {
  footer .ft-bottom .wrap .skill {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
}
footer .ft-bottom a,
footer .ft-bottom span {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 992px) {
  footer .contactbox {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  footer .contactbox .info {
    font-size: 13px;
    line-height: 1.9;
  }
  footer .navitem {
    float: none;
    width: 100%;
  }
  footer .navitem .icon-jia {
    display: block;
  }
  footer .navitem h4 {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 46px;
    line-height: 46px;
    margin: 0;
  }
  footer .navitem .info {
    display: none;
    padding: 10px 30px;
    line-height: 2;
  }
  footer .navitem h4,
  footer .navitem h4 a {
    color: #333;
  }
  footer .navitem .info {
    font-size: 12px;
  }
  footer .navitem .info a {
    color: #666;
  }
  footer .navitem.active .iconfont {
    transform: rotate(135deg);
  }
  footer .content {
    padding: 40px 0;
  }
  footer .codebox {
    margin-top: 0.4rem;
  }
}
/* footer e*/
/* 手机端菜单*/
.menu_btn {
  width: 60px;
  height: 60px;
  z-index: 101;
  cursor: pointer;
  position: absolute;
  right: 12px;
  transform-origin: center center;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  -webkit-transform: translateY(-50%) scale(0.8);
  -moz-transform: translateY(-50%) scale(0.8);
  -ms-transform: translateY(-50%) scale(0.8);
  -o-transform: translateY(-50%) scale(0.8);
}
.menu_btn {
  margin-top: 10px;
}
.menu_btn i {
  position: absolute;
  width: 28px;
  height: 3px;
  background: #4c4c4c;
  left: 12px;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.menu_btn i:nth-of-type(1) {
  top: 20px;
}
.menu_btn i:nth-of-type(2) {
  top: 30px;
}
.menu_btn i:nth-of-type(3) {
  top: 40px;
  width: 14px;
}
.menu_btn.active i:nth-of-type(1) {
  -webkit-transform: rotate(225deg) translate(-7px, -7px);
  -moz-transform: rotate(225deg) translate(-7px, -7px);
  -ms-transform: rotate(225deg) translate(-7px, -7px);
  -o-transform: rotate(225deg) translate(-7px, -7px);
  transform: rotate(225deg) translate(-7px, -7px);
}
.menu_btn.active i:nth-of-type(3) {
  opacity: 0;
}
.menu_btn.active i:nth-of-type(2) {
  -webkit-transform: rotate(-225deg) translate(0, 0);
  -moz-transform: rotate(-225deg) translate(0, 0);
  -ms-transform: rotate(-225deg) translate(0, 0);
  -o-transform: rotate(-225deg) translate(0, 0);
  transform: rotate(-225deg) translate(0, 0);
}
.menu_btn:hover i:nth-of-type(3) {
  width: 28px;
}
.header {
  background: rgba(255, 255, 255, 0.8);
  z-index: 99999999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.header .wrap {
  width: 96%;
  height: 100px;
  padding-top: 10px;
  max-width: 1400px;
  overflow: visible;
  position: relative;
}
.header .logobox {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.header .logobox .ic-logo {
  display: block;
  height: 72px;
  width: 107px;
  height: 67px;
  margin-right: 15px;
  background-size: contain;
}
.header .logobox h1 {
  font-size: 0.26rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #4D4D4D;
}
.header .logobox11{
  font-size: 0.26rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #4D4D4D;
}
.header .logobox .en {
  font-size: 14px;
  line-height: 1;
  color: #333;
}
.header .head-menu,
.header .hd-tel {
  position: relative;
  top: 20px;
}
.header .hd-tel {
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
}
.header .head-menu {
  transition: 0.3s;
  min-width: 470px;
}
@media (max-width: 1360px) {
  .header .logobox h1 {
    font-size: 21px;
  }
  .header .logobox .en {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .header .logobox .ic-logo {
    width: 100px;
  }
}
@media (max-width: 1199px) {
  .header .wrap {
    height: 80px;
    padding-top: 0;
  }
  .header .logobox .ic-logo {
    width: 90px;
  }
  .header .logobox h1 {
    font-size: 20px;
  }
  .header .logobox .en {
    transform-origin: 0 center;
    transform: scale(0.9);
  }
}
@media (max-width: 640px) {
  .header .wrap {
    height: 60px;
  }
  .header .menu_btn {
    margin-top: 0;
    right: -10px;
  }
  .header .logobox .ic-logo {
    width: 60px;
    height: 50px;
  }
  .header .logobox .title {
    position: relative;
    top: -5px;
  }
  .header .logobox h1 {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 0;
  }
  .header .logobox .en em {
    display: none;
  }
}
.pc-menus {
  max-width: 860px;
}
.pc-menus li {
  text-align: center;
  transition: 0.3s;
  display: inline-block;
  margin-right: 0.4rem;
  position: relative;
}
.pc-menus .tit {
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  display: block;
  margin-bottom: 6px;
  height: 50px;
  line-height: 50px;
  color: #4c4c4c;
  transition: 0.3s;
  border-bottom: 4px solid transparent;
}
.pc-menus .active,
.pc-menus .tit:hover {
  color: #3399FF;
}
.pc-menus li:hover .tit,
.pc-menus .active .tit {
  border-bottom-color: #3399FF;
}
.pc-menus .dropinfo {
  display: none;
  background: #ffffff;
  padding: 6px 0;
  font-size: 14px;
  position: absolute;
  width: 160px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}
.pc-menus .dropinfo a {
  display: block;
  position: relative;
  height: 46px;
  line-height: 46px;
  color: #333;
}
.pc-menus .dropinfo a:hover {
  color: #3399FF;
  background-color: #fff;
}
.pc-menus li:hover .tit {
  color: #3399FF;
}
.pc-menus li:hover .dropinfo {
  display: block;
}
@media (max-width: 1360px) {
  .pc-menus li {
    margin-right: 0.2rem;
  }
}
@media (max-width: 1200px) {
  .pc-menus li:last-child {
    margin-right: 0;
  }
}
.m-menus-top {
  height: 60px;
  position: relative;
  line-height: 60px;
  padding-left: 8%;
  background: #3399FF;
}
.m-menus-top .hdclose {
  color: #fff !important;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  left: 16px;
  font-size: 0.4rem;
}
.m-menus-top .hd-tel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  right: 10px;
  color: #fff;
  margin-right: 0;
  font-size: 18px;
}
.m-menus-top .hd-tel .iconfont {
  font-size: 24px;
  margin-right: 5px;
}
.header.fixed {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.m-menus {
  width: 66%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -66%;
  background: #fff;
  overflow: hidden;
  line-height: 40px;
  font-size: 15px;
  z-index: 999;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.m-menus a {
  color: #333;
}
.m-menus.active {
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.m-menus ul {
  height: calc((100vh - 60px ));
  overflow-y: auto;
  padding: 10px 0 50px;
}
.m-menus .item {
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  position: relative;
}
.m-menus .item .iconfont {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #999;
  font-weight: bold;
  transition: 0.3s;
}
.m-menus .item > a,
.m-menus h5 {
  display: block;
  padding: 0 8%;
  line-height: 46px;
  color: #000;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  font-size: 15px;
}
.m-menus dl {
  display: none;
  background: rgba(0, 0, 0, 0.05);
  padding: 8px 0 12px 15%;
  font-size: 14px;
}
.m-menus dl a {
  color: #666;
  display: block;
  line-height: 26px;
}
.m-menus .trans {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.m-menus .item.active h5 > a {
  color: #3399FF;
}
.m-menus .item.active h5 > * {
  font-weight: bold;
}
.m-menus .open h5 > a,
.m-menus .open h5 p {
  font-weight: bold;
}
.m-menus .open h5 .iconfont {
  transform: rotate(180deg) translateY(50%);
}
.index-banner {
  width: 88%;
  max-width: 1400px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  position: relative;
  width: 100% !important;
  height: 7rem;
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .index-banner {
    width: 88%;
  }
}
.index-banner .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  border: 1px solid #3399FF;
  transition: 0.3s;
  width: 10px;
  height: 10px;
}
.index-banner .swiper-pagination-bullet-active {
  background: #3399FF;
}
.index-banner .swiper-button-prev {
  left: 2%;
}
.index-banner .swiper-button-next {
  right: 2%;
}
.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}
.index-banner .swiper-button-next:hover,
.index-banner .swiper-button-prev:hover {
  color: #fff;
}
.index-banner .swiper-slide img {
  visibility: hidden;
}
.index-banner .swiper-slide ._bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.3s;
  transition: ease-in-out 3s;
  transform: scale(1.1);
}
.index-banner .swiper-slide-active ._bg {
  transform: scale(1);
}
.index-banner .textbox {
  color: #fff;
  width: 88%;
  max-width: 1400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
}
.index-banner .textbox h5 {
  font-size: 0.36rem;
  margin: 0;
  margin-bottom: 0.3rem;
  width: 70%;
  line-height: 1.3;
}
.index-banner .textbox h5 span {
  display: inline-block;
}
.index-banner .textbox .en {
  max-width: 950px;
  width: 70%;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.8;
}
@media (max-width: 1440px) {
  .index-banner {
    max-height: 70vh;
  }
  .index-banner .swiper-pagination {
    bottom: 0.3rem;
  }
}
@media (max-width: 768px) {
  .index-banner .swiper-pagination {
    bottom: 0.1rem;
  }
}
@media (max-width: 640px) {
  .index-banner {
    height: 300px;
  }
  .index-banner .swiper-slide {
    overflow: hidden;
  }
  .index-banner .textbox {
    text-align: center;
  }
  .index-banner .textbox .en,
  .index-banner .textbox h5 {
    width: 100%;
  }
  .index-banner .textbox .en {
    font-size: 12px;
    line-height: 1.3;
  }
  .index-banner .textbox h5 {
    font-size: 20px;
  }
}
.basehd {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.basehd .more {
  color: #999;
}
.basehd .more:hover {
  color: #3399FF;
}
.basehd h2 {
  font-size: 24px;
  position: relative;
  padding-left: 18px;
  font-weight: bold;
}
.basehd h2::before {
  content: '';
  display: block;
  width: 4px;
  height: 24px;
  background: #3399FF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  left: 0;
}
@media (max-width: 640px) {
  .basehd h2 {
    font-size: 22px;
  }
}
.icompany {
  margin-top: 50px;
  margin-bottom: 5px;
}
.icompany img {
  width: 100%;
}
@media (min-width: 993px) {
  .icompany .inner {
    width: 94%;
    max-width: 615px;
  }
}
.icompany .desc {
  font-size: 16px;
  line-height: 2.3125;
  margin-top: 0.2rem;
}
.icompany .desc p {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.icompany .desc ._line {
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 640px) {
  .icompany .desc {
    font-size: 14px;
    line-height: 1.8;
  }
}
.icompany .row {
  margin-left: 0;
  margin-right: 0;
}
.icompany .row > * {
  padding-left: 0;
  padding-right: 0;
}
.icompany .goodbox .good {
  position: relative;
}
@media (min-width: 993px) {
  .icompany .goodbox {
    display: table;
    width: 100%;
    position: relative;
  }
  .icompany .goodbox > * {
    display: table-cell;
    vertical-align: middle;
  }
  .icompany .goodbox img {
    visibility: hidden;
    display: block;
    width: 100%;
  }
  .icompany .goodbox .good {
    width: 50%;
    position: relative;
  }
  .icompany .goodbox .xs {
    width: 25%;
  }
  .icompany .goodbox .xs::before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 110%;
    background: #fff;
    left: -5px;
    top: 0;
    z-index: 55;
  }
  .icompany .goodbox .good:Hover ._img {
    opacity: 0.8;
  }
  .icompany .goodbox .good:Hover .more {
    transform: translateX(5px);
  }
  .icompany .goodbox ._img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s ease-in;
  }
}
.icompany .goodbox .lg .info {
  color: #fff;
}
.icompany .goodbox .lg .info h3 {
  font-size: 30px;
}
.icompany .goodbox .xs .info h3 {
  font-size: 24px;
}
.icompany .goodbox .xs .info .tit {
  color: #999;
}
.icompany .goodbox .info {
  position: absolute;
  right: 5%;
  top: 20px;
  text-align: right;
}
.icompany .goodbox .info h3 {
  margin-bottom: 5px;
  line-height: 32px;
}
.icompany .goodbox .info .tit {
  font-size: 0.18rem;
}
.icompany .goodbox .more {
  transition: 0.3s;
  position: absolute;
  right: 5%;
  bottom: 20px;
  color: #fff;
}
@media (max-width: 992px) {
  .icompany .goodbox .xs {
    width: 50%;
    float: left;
  }
}
@media (max-width: 768px) {
  .icompany .goodbox .lg img {
    width: 100%;
    display: block;
  }
  .icompany .goodbox .lg .info {
    left: 5%;
    text-align: left;
  }
}
@media (max-width: 640px) {
  .icompany .goodbox .xs {
    width: 100%;
    float: none;
  }
  .icompany .goodbox .good {
    margin-top: 10px;
  }
  .icompany .goodbox .good .info {
    left: 5%;
    text-align: left;
  }
  .icompany .goodbox .good .info .tit {
    font-size: 14px;
  }
  .icompany .goodbox .good .info h3 {
    font-size: 20px;
  }
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.icase {
  background: url('../images/case_bg.jpg') no-repeat center center;
  background-size: cover;
  padding-bottom: 3rem;
  min-height: 4.5rem;
  padding: 0.35rem 0 0 0.35rem;
  position: relative;
}
.icase .basehd h2 {
  color: #fff;
  margin-bottom: 0.2rem;
}
.icase .desc {
  color: #fff;
  line-height: 2;
  max-width: 1030px;
}
@media (max-width: 992px) {
  .icase {
    padding: 1rem 4%;
    width: 100%;
    margin: 0.5rem 0;
  }
  .icase .desc {
    margin-bottom: 0.8rem;
  }
}
.icase-swiper {
  background-color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 993px) {
  .icase-swiper {
    max-width: 922px;
    width: 80%;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px 0 0 15px;
  }
}
@media (min-width: 769px) {
  .icase-swiper .swiper-container {
    margin: 0 0.4rem;
  }
}
.icase-swiper .swiper-pagination {
  bottom: 0.2rem;
  text-align: center;
  width: 100%;
  left: 0;
}
.icase-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  margin: 0 3px;
  opacity: 1;
}
.icase-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #3399FF;
}
.icase-swiper .pnext {
  position: absolute;
  top: 15px ;
  bottom: 0;
  width: 0.4rem;
  background: #3399FF;
  color: #fff;
  text-align: center;
  display: block;
  cursor: pointer;
  transition: 0.3s;
}
.icase-swiper .pnext:hover {
  background-color: #007fff;
}
.icase-swiper .pnext .iconfont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  font-size: 30px;
}
.icase-swiper .next {
  right: 0;
}
@media (max-width: 992px) {
  .icase-swiper {
    position: relative;
    padding: 15px;
  }
  .icase-swiper .pnext {
    bottom: 15px;
  }
}
@media (max-width: 768px) {
  .icase-swiper {
    padding-bottom: 0.8rem;
  }
}
.icase-swiper .swiper-slide {
  width: 33%;
}
.icase-swiper .swiper-slide .inner {
  padding: 0 0.05rem;
}
.icase-swiper .swiper-slide .tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  z-index: 55 ;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 36px;
  transition: 0.3s;
}
@media (max-width: 640px) {
  .icase-swiper .swiper-slide {
    width: 100%;
  }
}
.icase-swiper .cover-tip .bgbox {
  background: #3399FF;
  opacity: 0.8;
}
.icase-swiper .stit {
  padding: 0 8%;
  margin-top: 0;
  transform: translateY(-50%);
}
.icase-swiper .cover-box:hover .tit {
  transform: translateY(50px);
}
.inews {
  margin-top: 20px;
  margin-bottom: 55px;
}
.inews .basehd {
  margin-bottom: 20px;
}
@media (min-width: 993px) {
  .inews .gsnews {
    width: 58%;
    max-width: 826px;
    float: left;
    padding-right: 0.14rem;
  }
}
@media (max-width: 992px) {
  .inews .gsnews {
    margin-bottom: 0.5rem;
  }
  .inews .gsnews .lg .info,
  .inews .gsnews .xs {
    padding: 0.2rem 0.2rem 0 !important;
  }
}
.inews .gsnews .box {
  background-color: #f5f5f5;
  margin-bottom: 0.14rem;
}
.inews .gsnews .data {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #999;
  border-top: 1px solid #e6e6e6;
  height: 0.52rem;
}
.inews .gsnews .data a {
  color: #999;
}
.inews .gsnews .data a:hover {
  color: #3399FF;
}
.inews .gsnews .tit {
  line-height: 24px;
  display: block;
  margin-bottom: 0.4rem;
}
.inews .gsnews .tit.row2 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
}
.inews .gsnews .tit.row3 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 3;
}
@media (min-width: 768px) {
  .inews .gsnews .tit.row2 {
    height: 48px;
  }
  .inews .gsnews .tit.row3 {
    height: 72px;
  }
}
.inews .gsnews .row {
  margin-left: -0.07rem;
  margin-right: -0.07rem;
}
.inews .gsnews .row > * {
  padding-left: 0.07rem;
  padding-right: 0.07rem;
}
@media (min-width: 993px) {
  .inews .gsnews .lg {
    height: 356px;
  }
  .inews .gsnews .xs {
    height: 170px;
  }
  .inews .gsnews .lg,
  .inews .gsnews .xs {
    position: relative;
  }
  .inews .gsnews .lg .data,
  .inews .gsnews .xs .data {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
  }
}
.inews .gsnews .xs {
  padding: 0.2rem 0.1rem 0;
}
.inews .gsnews .lg .img {
  position: relative;
  display: block;
  overflow: hidden;
}
.inews .gsnews .lg .img img {
  width: 100%;
  visibility: hidden;
}
.inews .gsnews .lg .img ._img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
.inews .gsnews .lg .img:hover ._img {
  transform: scale(1.1);
}
.inews .gsnews .lg .info {
  padding: 0.2rem 0.1rem 0;
}
.inews .gsnews .lg:hover .tit {
  color: #3399FF;
}
@media (min-width: 993px) {
  .inews .hynews {
    max-width: 585px;
    float: right;
    width: 42%;
  }
}
.inews .hynews .bd {
  background-color: #f5f5f5;
  padding: 0.12rem 0.2rem;
}
.inews .hynews li {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  padding: 12px 0;
}
.inews .hynews li .info {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.inews .hynews li:hover .tit {
  color: #3399FF;
}
.inews .hynews li + li {
  border-top: 1px solid #e6e6e6;
}
.inews .hynews .date {
  color: #999;
  text-align: center;
  margin-right: 0.3rem;
}
.inews .hynews .date b {
  font-size: 30px;
  line-height: 1;
}
.inews .hynews .date .year {
  border-top: 1px solid #e6e6e6;
  line-height: 2;
}
.inews .hynews .tit {
  font-size: 16px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.inews .hynews .tit:hover {
  font-weight: bold;
}
.inews .hynews .desc {
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
._img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner {
  height: 4.5rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.banner img {
  visibility: hidden;
}
@media (max-width: 768px) {
  .banner {
    height: 3rem;
  }
}
.w1200 {
  width: 88%;
  max-width: 1400px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .w1200 {
    width: 88%;
  }
}
@media (max-width: 640px) {
  .w1200 {
    width: 100%;
  }
}
.col-body .col-main {
  margin-left: 250px;
  background: #fff;
}
@media (max-width: 992px) {
  .col-body .col-main {
    margin-left: 0;
  }
}
.sub-menu {
  float: left;
  background: #fff;
  width: 220px;
}
.sub-menu .top {
  height: 136px;
  background: url('../images/menu_bg.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
  padding-left: 20px;
  padding-top: 37px;
}
.sub-menu .top h2 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
.sub-menu .top .en {
  font-size: 16px ;
  text-transform: uppercase;
}
.sub-menu .menu li {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
.sub-menu .menu li a {
  padding-left: 20px;
  display: block;
  position: relative;
}
.sub-menu .menu li .iconfont {
  display: block;
  opacity: 0;
  color: #3399FF;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.sub-menu .menu .active {
  background: #000;
}
.sub-menu .menu .active a {
  color: #fff;
}
.sub-menu .menu .active .iconfont {
  opacity: 1;
}
@media (max-width: 992px) {
  .sub-menu {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .sub-menu .top {
    display: none;
  }
  .sub-menu .menu {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 0;
  }
  .sub-menu .menu li {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    border-left: 1px solid #e6e6e6;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
  }
  .sub-menu .menu li:first-child {
    border-left: none;
  }
  .sub-menu .menu li a {
    padding-left: 0;
  }
  .sub-menu .menu li .iconfont {
    display: none;
  }
}
@media (max-width: 640px) {
  .sub-menu {
    width: 88%;
    max-width: 1400px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .sub-menu {
    width: 88%;
  }
}
.col-main-hd {
  height: 64px;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 18px;
}
.col-main-hd .crumbs {
  color: #999;
}
.col-main-hd .crumbs .icon-right {
  font-size: 12px;
  margin: 0 3px;
  color: #ccc;
}
.col-main-hd .crumbs .icon-ai-home {
  font-size: 16px;
}
.col-main-hd .crumbs a {
  color: #999;
}
.col-main-hd .crumbs a:hover {
  color: #3399FF;
}
.col-main-hd .crumbs em {
  color: #3399FF;
}
@media (max-width: 640px) {
  .col-main-hd {
    height: 46px;
  }
  .col-main-hd h2 {
    font-size: 20px;
  }
  .col-main-hd .crumbs {
    display: none;
  }
}
.col-main-bd {
  padding: 20px;
}
.company-info {
  line-height: 1.9;
}
.company-info p {
  margin-bottom: 20px;
}
.company-info h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .company-info .box .imgs {
    width: 29%;
    float: left;
    padding-right: 0.25rem;
  }
  .company-info .box .imgs img {
    display: block;
    margin-bottom: 0.2rem;
  }
  .company-info .box .info {
    width: 70%;
    float: left;
  }
}
@media (max-width: 1199px) {
  .company-info .imgs {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .company-info .imgs img {
    width: 48%;
    display: block;
  }
}
.yw-box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.yw-box img {
  display: block;
  margin: 0 auto;
}
.yw-box .info {
  max-width: 286px;
}
.yw-box .info dd {
  line-height: 2;
  font-size: 18px;
  display: inline-block;
  min-width: 90px;
}
@media (max-width: 768px) {
  .yw-box li {
    margin-bottom: 0.3rem;
  }
  .yw-box h3 {
    font-size: 16px;
  }
  .yw-box .info dd {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .yw-box .info {
    max-width: 100%;
  }
  .yw-box .info dd {
    min-width: 80px;
  }
}
.logos-box {
  text-align: center;
}
.logos-box li {
  float: left;
  text-align: center;
  padding: 5px;
  width: 20%;
}
.logos-box li .bor {
  border: 1px solid #e6e6e6;
  position: relative;
  transition: 0.3s;
}
.logos-box li .bor img {
  visibility: hidden;
}
.logos-box li:hover .bor {
  border-color: #3399FF;
}
@media (max-width: 1180px) {
  .logos-box li {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .logos-box li {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .logos-box li {
    width: 50%;
  }
}
.case-list .row {
  margin-left: -0.16rem;
  margin-right: -0.16rem;
}
.case-list .row > * {
  padding-left: 0.16rem;
  padding-right: 0.16rem;
}
.case-list.s2 {
  margin-left: -0.1rem;
  margin-right: -0.1rem;
}
.case-list.s2 > * {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.case-list li {
  margin-bottom: 0.22rem;
}
.case-list .inner {
  background-color: #f5f5f5;
  text-align: center;
  transition: 0.3s;
}
.case-list .inner .info {
  font-size: 16px;
  padding: 15px 5%;
}
.case-list .inner .info h5 {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.case-list .inner .info .source {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (max-width: 640px) {
  .case-list .inner .source {
    font-size: 14px;
  }
}
.case-list .inner:hover {
  background: #3399FF;
  color: #fff;
}
.pagination {
  text-align: center;
  margin-top: 0.5rem;
  display: block;
}
.pagination li {
  margin: 0 2px;
}
@media (max-width: 480px) {
  .pagination li {
    margin: 0 2px;
  }
  .pagination li > * {
    padding: 5px 12px;
  }
}
.pagination .active > a,
.pagination .active > span,
.pagination .active > a:hover,
.pagination .active > span:hover,
.pagination .active > a:focus,
.pagination .active > span:focus {
  background: #000;
  color: #fff;
  border-color: #000;
}
.pagination li > a,
.pagination li > span {
  float: none;
  display: inline-block;
  cursor: pointer;
  color: #333;
  border-radius: 0!important;
  border-color: #e6e6e6;
  background: #fdfdfd;
  padding: 6px 12px;
}
.news-list li {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}
.news-list li:hover h4 a {
  color: #3399FF;
}
.news-list .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-list h4 {
  font-size: 16px;
  margin-bottom: 16px;
}
.news-list .desc {
  color: #999;
  margin-bottom: 14px;
}
@media (max-width: 640px) {
  .news-list h4 {
    line-height: 1.6;
  }
}
.lg-news {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.lg-news .img {
  width: 230px;
  height: 120px;
  float: left;
}
.lg-news .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lg-news h4 {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.lg-news .info {
  margin-left: 260px;
  line-height: 1.85714286;
}
.lg-news .info li {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}
.lg-news .info li:hover h4 a {
  color: #3399FF;
}
.lg-news .info .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lg-news .info h4 {
  font-size: 16px;
  margin-bottom: 16px;
}
.lg-news .info .desc {
  color: #999;
  margin-bottom: 14px;
}
@media (max-width: 640px) {
  .lg-news .info h4 {
    line-height: 1.6;
  }
}
.lg-news .info .desc {
  line-height: 26px;
  height: 50px;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
}
.lg-news:hover h4 a {
  color: #3399FF;
}
@media (max-width: 768px) {
  .lg-news .img {
    float: none;
    margin-bottom: 10px;
    width: auto;
    height: auto;
  }
  .lg-news .info {
    margin-left: 0;
  }
}
.news-info {
  max-width: 700px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
.news-info h1 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.3;
}
.news-info .data {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 30px;
  color: #999;
}
.news-info .data p {
  margin: 0 5%;
}
.news-info img {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
}
.news-info p {
  line-height: 2.2;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .news-info h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.news-pnext {
  max-width: 788px;
  border-top: 1px solid #e6e6e6;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 1.2rem;
  font-size: 16px;
}
.news-pnext .item {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-right: 140px;
  margin-bottom: 10px;
}
.news-pnext .inner {
  position: relative;
}
.news-pnext .return {
  font-size: 18px;
  display: block;
}
.news-pnext .return .iconfont {
  font-size: 24px;
  color: #3399FF;
  font-weight: bold;
  padding-right: 2px;
}
@media (min-width: 769px) {
  .news-pnext .return {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .news-pnext {
    font-size: 14px;
  }
  .news-pnext .item {
    margin-right: 0;
  }
  .news-pnext .return {
    font-size: 16px;
  }
  .news-pnext .return .iconfont {
    font-size: 20px;
  }
}
.contact-form {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding: 0.3rem 0 1.9rem;
}
.contact-form h3 {
  font-size: 20px;
  margin-bottom: 0.34rem;
}
.contact-form .row {
  overflow: hidden;
}
.contact-form .input {
  border: 1px solid #e6e6e6;
  height: 40px;
  line-height: 40px;
  display: block;
  width: 100%;
  padding-left: 0.2rem;
  margin-bottom: 10px;
}
.contact-form .input:focus {
  border-color: #3399FF;
}
.contact-form .area {
  height: 140px;
}
.contact-form .submit {
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #3399FF;
  color: #fff;
  display: block;
  margin: 20px auto 0;
}
@media (max-width: 640px) {
  .contact-form h3 {
    font-size: 16px;
  }
}
.good-info-box {
  padding-bottom: 30px;
  line-height: 1.9;
}
.good-info-box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.good-info-box p {
  margin-bottom: 20px;
}
.good-info-box img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.good-info-box table {
  border: 1px solid #e6e6e6;
}
.good-info-box table th {
  height: 50px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.good-info-box table th,
.good-info-box table td {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 10px 13px;
  vertical-align: top;
}
@media (max-width: 640px) {
  .good-info-box table th,
  .good-info-box table td {
    font-size: 12px;
  }
}
.good-info-box table tr td:first-child,
.good-info-box table th td:first-child {
  padding-left: 26px;
  width: 110px;
  padding-right: 0;
}
@media (max-width: 640px) {
  .good-info-box table tr td:first-child,
  .good-info-box table th td:first-child {
    width: 90px;
    padding-left: 20px;
  }
}
.good-info-box table tbody tr:nth-child(2n+1) {
  background-color: #f5f5f5;
}
.site-box {
  width: 80%;
  padding-top: 0.2rem;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
}
.site-box .map {
  height: 360px;
  background-color: #ccc;
  margin-bottom: 30px;
}
.site-box h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.site-box .info {
  font-size: 16px;
  line-height: 1.8;
}
.site-box .info p {
  margin-bottom: 0.2rem;
}
.site-box .info span {
  display: inline-block;
}
@media (max-width: 640px) {
  .site-box {
    width: 100%;
  }
  .site-box h3 {
    font-size: 18px;
  }
  .site-box .info {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .site-box {
    padding-bottom: 1rem;
  }
  .site-box .info span {
    display: block;
  }
}
/*  map */
.BMap_cpyCtrl,
.anchorBL {
  display: none;
}
#map label,
#map img {
  max-width: none;
  max-height: none;
}
.yj-table {
  width: 100%;
  min-width: 500px;
  font-size: 16px;
}
.yj-table th {
  background-color: #f5f5f5;
  font-size: 18px;
}
.yj-table th,
.yj-table td {
  border: 1px solid #e6e6e6;
}
.yj-table th,
.yj-table td {
  padding: 15px;
  text-align: center;
}
.yj-table tr th:nth-child(1),
.yj-table tr th:nth-child(2),
.yj-table tr th:nth-child(4),
.yj-table tr td:nth-child(4),
.yj-table tr td:nth-child(1),
.yj-table tr td:nth-child(2) {
  white-space: nowrap;
}
.yj-table tr td:nth-child(3) {
  text-align-last: left;
  padding-left: 0.5rem;
}
@media (max-width: 768px) {
  .yj-table th,
  .yj-table td {
    font-size: 14px;
  }
  .yj-table th,
  .yj-table td {
    padding: 7px 10px;
  }
}
.table-wrap {
  padding: 0 20px;
  display: block;
  min-width: 540px;
}
.table-scroll {
  overflow-x: auto;
  background: #fff;
  display: block;
}
@media (max-width: 768px) {
  .table-scroll {
    margin-right: 0;
  }
}
.col-main-bd.s2 {
  padding-right: 0;
  padding-left: 0;
}
.scaleImg {
  display: none;
  padding: 20px;
}
.scaleImg img {
  object-fit: contain;
  min-width: 50vw;
  max-width: 70vw;
  max-height: 70vh;
}
/*# sourceMappingURL=css.css.map */